runtime.mheap.specialCleanupAlloc (field)
5 uses
runtime (current package)
mcleanup.go#L275: mheap_.specialCleanupAlloc.free(unsafe.Pointer(found))
mheap.go#L220: specialCleanupAlloc fixalloc // allocator for specialCleanup
mheap.go#L795: h.specialCleanupAlloc.init(unsafe.Sizeof(specialCleanup{}), nil, nil, &memstats.other_sys)
mheap.go#L2178: s := (*specialCleanup)(mheap_.specialCleanupAlloc.alloc())
mheap.go#L2821: mheap_.specialCleanupAlloc.free(unsafe.Pointer(sc))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |